Offsets object connected to h specified distance from current position. HMove(h : HANDLE; XOff,YOff : REAL); Changes the text contains of a text object that is connected to ObjectHandle SetText(ObjectHandle : HANDLE; Str : STRING); Activates the spreadsheet that is connected by ObjectHandle SelectSS(ObjectHandle : HANDLE); Moves a 3D object connected to ObjectHandle relative to it current position specified by ∆X,∆Y,∆Z Move3DObj(ObjectHandle : HANDLE; ∆X,∆Y,∆Z : REAL); Changes the Height,Width,Depth of a 3D object that is connected to ObjectHandle Set3DInfo(ObjectHandle : HANDLE; Height,Width,Depth : REAL); Rotates a 3D object that is connected to ObjectHandle at the amount specified by #X,#Y,#Z around the point specified by XCenter,YCenter,ZCenter Set3DRot(ObjectHandle : HANDLE; #X,#Y,#Z,XCenter,YCenter,ZCenter : REAL); Changes the start and arc angles of the arc that ic connected to ObjectHandle SetArc(ObjectHandle : HANDLE; #StartAngle,#ArcAngle : REAL); Changes the location of the polygon's vertex, which is specified by Index to the new location specified by X,Y of the polygon that is connected to ObjectHandle SetPolyPt(ObjectHandle : HANDLE; Index : INTEGER; X,Y : REAL); Changes the second end point of a line to the new location specified by X,Y to the line connected by ObjectHandle SetSegPt2(ObjectHandle : HANDLE; X,Y : REAL); Changes the first end point of a line to the new location specified by X,Y to the line connected by ObjectHandle SetSegPt1(ObjectHandle : HANDLE; X,Y : REAL); Assigns the specifed fill background color to the object that is connected to ObjectHandle SetFillBack(ObjectHandle : HANDLE; Red,Green,Blue : LONGINT); Assigns the specifed fill foreground color to the object that is connected to ObjectHandle SetFillFore(ObjectHandle : HANDLE; Red,Green,Blue : LONGINT); Assigns the specifed pen background color to the object that is connected to ObjectHandle SetPenBack(ObjectHandle : HANDLE; Red,Green,Blue : LONGINT); Assigns the specifed pen foreground color to the object that is connected to ObjectHandle SetPenFore(ObjectHandle : HANDLE; Red,Green,Blue : LONGINT); Assigns the specified bounding box coordinates x1, y1, x2, y2 to the object that is connected to h. SetBBox(ObjectHandle : HANDLE; X1,Y1,X2,Y2 : REAL); Assigns the specifed LineStyle to the object that is connected to ObjectHandle SetLS(ObjectHandle : HANDLE; LineStyle : INTEGER); Assigns the specifed LineWeight to the object that is connected to ObjectHandle SetLW(ObjectHandle : HANDLE; LineWeight : INTEGER); Assigns the specifed FillPattern to the object that is connected to ObjectHandle SetFPat(ObjectHandle : HANDLE; FillPattern : INTEGER); Assigns the specifed Class to the object that is connected to ObjectHandle SetClass(ObjectHandle : HANDLE; Class : STRING); Assigns the specifed Name to the object that is connected to ObjectHandle SetName(ObjectHandle : HANDLE; Name : STRING); Deselects the object that is connected to ObjectHandle SetDSelect(ObjectHandle : HANDLE); Selects the object that is connected to ObjectHandle SetSelect(ObjectHandle : HANDLE);